home *** CD-ROM | disk | FTP | other *** search
- //Microsoft Developer Studio generated resource script.
- //
- #include "resource.h"
-
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include <windows.h>
- #include <afxres.h>
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
-
- /////////////////////////////////////////////////////////////////////////////
- // English (U.S.) resources
-
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
- #pragma code_page(1252)
- #endif //_WIN32
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Menu
- //
-
- IDR_MENU MENU DISCARDABLE
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "Toggle Full-Screen\tAlt+Enter", IDM_TOGGLEFULLSCREEN
- MENUITEM SEPARATOR
- MENUITEM "E&xit\tAlt+X", IDM_EXIT
- END
- END
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
-
- // Icon with lowest ID value placed first to ensure application icon
- // remains consistent on all systems.
- IDI_MAIN ICON DISCARDABLE "DirectX.ico"
-
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
-
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "resource.h\0"
- END
-
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include <windows.h>\r\n"
- "#include <afxres.h>\0"
- END
-
- 3 TEXTINCLUDE DISCARDABLE
- BEGIN
- "\r\n"
- "\0"
- END
-
- #endif // APSTUDIO_INVOKED
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Accelerator
- //
-
- IDR_MAIN_ACCEL ACCELERATORS DISCARDABLE
- BEGIN
- VK_ESCAPE, IDM_EXIT, VIRTKEY, NOINVERT
- VK_RETURN, IDM_TOGGLEFULLSCREEN, VIRTKEY, ALT, NOINVERT
- "X", IDM_EXIT, VIRTKEY, ALT, NOINVERT
- END
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Bitmap
- //
-
- IDB_DIRECTX BITMAP DISCARDABLE "directx.bmp"
- #endif // English (U.S.) resources
- /////////////////////////////////////////////////////////////////////////////
-
-
-
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
-
-
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
-
-